home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / ctree.arc / CTREE.DOC next >
Encoding:
Text File  |  1987-01-18  |  887 b   |  22 lines

  1. C  Language Function Tree Generator - Version 1.0
  2.     This program generates (to standard output) a complete tree for
  3.     all function references within the specified C source file(s).
  4.  
  5. Usage:  ctree [-fgtq] sourcefilespec1 [sourcefilespec2 ...]
  6.  
  7.    -f    Expand each defined function separately.
  8.    -g    Use non-graphics characters to draw lines.
  9.    -t    Write only the tree to standard output.
  10.    -q    Don't display messages on the console.
  11.  
  12.     Wildcards * and ? are accepted in the filespec(s).
  13.     NOTE: This program requires syntactically correct C source.
  14.  
  15.     Individual user copies may be licensed for $15 a piece.
  16.     Site licenses may be acquired for commercial use.  Fees
  17.     are based on the number of copies. Write for details.
  18.  
  19.     Send to:         AC Squared, Inc.
  20.                      P.O. Box  13395
  21.                      Rochester, N.Y.  14613
  22.